home *** CD-ROM | disk | FTP | other *** search
/ Telstar Electronic Studios (UK) (Press Kit) / Telstar Electronic Studios (UK) (Press Kit).bin / pc / tes_ects / about.dir / 00053.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  456 b   |  25 lines

  1. on idle
  2.   if rollOver(3) then
  3.     set the castNum of sprite 3 to 30
  4.   else
  5.     set the castNum of sprite 3 to 29
  6.   end if
  7.   if rollOver(4) then
  8.     set the castNum of sprite 4 to 101
  9.   else
  10.     set the castNum of sprite 4 to 100
  11.   end if
  12.   if rollOver(21) then
  13.     set the ink of sprite 22 to 0
  14.   else
  15.     set the ink of sprite 22 to 39
  16.   end if
  17. end
  18.  
  19. on exitFrame
  20.   if soundBusy(2) = 0 then
  21.     sound playFile 2, "ONSIDE2.AIF"
  22.   end if
  23.   go(the frame)
  24. end
  25.